home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 February / Software of the Month Club 1996 February.iso / pc / dos / biz / digital / show.exe / SHOWBBS / DIGITAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-03-06  |  2.8 KB  |  98 lines

  1. @echo off
  2. CLS    
  3. echo    SoftCopy BBS Version Digital OVERVIEW SETUP
  4. break=on
  5. goto _begin
  6.  
  7. :_begin
  8.  
  9. cls 
  10. rem call loader.bat
  11. cls 
  12. echo 
  13. echo ┌───────────────────────────────────────────────────────────────┐
  14. echo │ Menu for selecting and running Digital Business Card programs │
  15. echo │ To E-Mail SoftCopy Tech support                               │
  16. echo │ Digital Business Cards Dina Cook @75054,3041 Compuserve       │
  17. echo │ Digital Business Cards JSMITH1041@AOL.COMM                    │
  18. echo │ Show Ñ Tell BBS 503 276 0294 8n1                              │
  19. echo └───────────────────────────────────────────────────────────────┘
  20. echo 
  21. echo ╔═════════════════════════════════════════════════════════════╗
  22. echo ╟ Select your choice  (if screen is black & white add         ║
  23. echo ╟                      DEVICE=C:\DOS\ANSI.SYS to config.SYS)  ║
  24. echo ╟  0. QUIT and EXIT.                                          ║
  25. echo ╟  1. RUN CARD1                                               ║
  26. echo ╟  2. RUN CARD2 Available Only in Registered Version          ║
  27. echo ╟  3. RUN CARD3 Available Only in Registered Version          ║
  28. echo ╟  4. RUN CARD4 Available Only in registered Version          ║
  29. echo ╟  5. CREATE YOUR DIGITAL BUSINESS CARD                       ║
  30. echo ╚═════════════════════════════════════════════════════════════╝
  31. echo  
  32. @echo off
  33.  
  34. set=_found=no
  35. if exist ask.exe set _found=yes
  36. if "%_found%"=="no" goto _err3
  37.  
  38. ask Select program number to run: /d
  39.  
  40. if errorlevel==48 if not errorlevel 49==goto exit
  41. if errorlevel==49 if not errorlevel 50==Goto ONE
  42. if errorlevel==50 if not errorlevel 51==goto bg
  43. if errorlevel==51 if not errorlevel 52==goto bg    
  44. if errorlevel==52 if not errorlevel 53==goto bg
  45. if errorlevel==53 if not errorlevel 54==goto cal
  46.  
  47. :_again
  48. ask Select from the menu again (y/n)? /u /d
  49. if errorlevel==89 if not errorlevel==90 goto _begin
  50. if errorlevel==78 if not errorlevel==79 goto _out
  51. echo
  52. goto _again
  53.  
  54. :_err2
  55. echo No such choice available
  56. goto _again
  57.  
  58. :_err3
  59. echo 
  60. echo You must have ask.exe at your path (or the current directory)
  61. goto _out
  62.  
  63. :cal
  64. call allsound.bat
  65. goto _begin
  66.  
  67. :ONE
  68. CALL CARD1.BAT
  69. goto _begin
  70.  
  71. :bg
  72. CLS    
  73. echo.
  74. echo.
  75. echo.
  76. echo.
  77. echo SoftCopy BBS Version Digital OVERVIEW SETUP
  78. break=on
  79. echo.
  80. echo.
  81. ECHO You must register to enter this area. This is where you can look at your
  82. ECHO finished Business card as well as to see sample finished cards at the
  83. ECHO begining of the program. However we have made provisions in the program
  84. ECHO for you to run your business card. Retail $79.00 
  85. ECHO SPECIAL Shareware rates See order.txt.
  86. echo.
  87. echo.
  88. echo.
  89. pause
  90. goto _begin
  91.  
  92.  
  93. :exit
  94. prompt $p$g
  95.  
  96. :_out
  97. prompt $p$g
  98.